Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_NONE | = | MethodPreconditioner(0, "None") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_JACOBI | = | MethodPreconditioner(1, "Jacobi") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_GS | = | MethodPreconditioner(2, "Gauss-Seidel") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_SOR | = | MethodPreconditioner(3, "Successive Over-Relaxation") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_JOR | = | MethodPreconditioner(4, "Jacobi Over-Relaxation") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_ILU | = | MethodPreconditioner(5, "ILU") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_ICF | = | MethodPreconditioner(6, "ICF") | |
type(MethodPreconditioner), | public, | parameter | :: | METHOD_PRECOND_SSOR | = | MethodPreconditioner(7, "SSOR") |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | value | ||||
character(len=64), | public | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A | ||
real(kind=dp), | intent(in) | :: | omega | |||
real(kind=dp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A | ||
real(kind=dp), | intent(in) | :: | omega | |||
real(kind=dp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A | ||
real(kind=dp), | intent(in) | :: | omega | |||
real(kind=dp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A | ||
real(kind=dp), | intent(out), | DIMENSION(SIZE(A, 1), SIZE(A, 2)) | :: | L | ||
real(kind=dp), | intent(out), | DIMENSION(SIZE(A, 1), SIZE(A, 2)) | :: | U | ||
real(kind=dp), | intent(in) | :: | omega | |||
real(kind=dp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A | ||
real(kind=dp), | intent(out), | DIMENSION(SIZE(A, 1), SIZE(A, 2)) | :: | L | ||
real(kind=dp), | intent(out), | DIMENSION(SIZE(A, 1), SIZE(A, 2)) | :: | D | ||
real(kind=dp), | intent(in) | :: | omega | |||
real(kind=dp), | intent(in) | :: | alpha |